home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2003 October / PCNET_CD_2003_10_1.iso / surpriz / bubblewrap.swf / scripts / DefineButton2_196 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-08-19  |  222 b   |  11 lines

  1. on(release){
  2.    setBubbleSize(presetlarge);
  3.    makeBubbles();
  4.    click = new Sound();
  5.    click.attachSound("must-have-more");
  6.    click.start();
  7.    _root.gotoAndStop(1);
  8.    enableSheet(true);
  9.    restartTimer();
  10. }
  11.